home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / common8.cst / 00044_initialize the activity.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  241 b   |  11 lines

  1. on exitFrame
  2. --  global gameObj
  3. --  set gameObj=0
  4. --  put "" into field "ActivityPredefines"
  5. --  put "" into field "TargetPredefines"
  6. --  put "" into field "DraggablePredefines"
  7.   puppetSound 1,0
  8.   initActivity()
  9.   --  go frame "play"
  10.   
  11. end